home *** CD-ROM | disk | FTP | other *** search
/ Mars Digital Image Map / Mars Digital Image Map - Disc 1.iso / software / vax / softinfo.txt < prev   
Text File  |  1991-09-06  |  3KB  |  83 lines

  1. CCSD3ZF0000100000001NJPL3IF0PDS200000001 = SFDU_LABEL
  2. RECORD_TYPE                    = STREAM
  3. PRODUCT_CREATION_TIME          = 1991-08-01
  4. OBJECT                         = TEXT
  5.    NOTE                        = "Description of VAX/VMS Workstation 
  6.                         software provided with the MDIM 
  7.                   CDROM collection."
  8. END_OBJECT                     = TEXT
  9. END
  10.  
  11.                      VAX/VMS WORKSTATION INTERFACE
  12.                     ------------------------------
  13.  
  14.  
  15. Although the software contained on this CDROM have been used and tested,
  16. no warranty, expressed or implied, is made by NASA, the Jet Propulsion
  17. Laboratory (JPL), or the United States Geological Survey (USGS) as to
  18. the accuracy and functioning of the software and related materials, and
  19. no responsibility is assumed by NASA, JPL, or the USGS.
  20.  
  21. This VAX/VMS workstation software is a highly-simplified example program
  22. for display of MDIM images located on CDROM media. The program is
  23. designed to demonstrate how to extract image data from an MDIM file and
  24. then display the data.
  25.  
  26. The program was developed exclusively for a VAX-station with a GPX color
  27. display. See Micro-VMS Workstation Software: Graphics Programming Guide
  28. (version 3.0, May 1986) for a description of the graphics routines used
  29. in this program.
  30.  
  31. The program assumes there is a standard VAX/VMS software  interface to
  32. the CDROM disc. Currently, under version 5 of VMS there is not a system
  33. interface to the ISO/CDROM standard. However, there is a DEC beta-test
  34. version CDROM interface, "VFS Mount Field Test Tool Kit", that provides
  35. access to ISO standard disks. The driver software is not generally
  36. available from DEC. It can be obtained from Jason Hyon, PDS, at the 
  37. following address:
  38.  
  39.     Jason Hyon
  40.     Jet Propulsion Laboratory
  41.     MS 168-514
  42.     4800 Oak Grove Drive
  43.     Pasadena, CA 91109
  44.  
  45. The program functions as follows:
  46.  
  47. 1) MDIMDISP will prompt the user for the desired size of the window 
  48.    used for display of the image. The default display size is 15 
  49.    centimeters.
  50.  
  51. 2) Next the user is prompted to input the name of the CDROM image file
  52.    to display. 
  53.  
  54. 3) The display window is then created for eventual display of the
  55.    image data.  
  56.  
  57. 4) The program reads the entire image into memory.
  58.  
  59. 5) An "auto-stretch" is performed on the image data to generate an
  60.    optimum display of the data. 
  61.  
  62. 6) The image is then sent to the display window.
  63.  
  64. 7) The program prompts the user for the next image to display.
  65.  
  66. The program works best with the 1/64-th degree scale MDIM images 
  67. because these images fit nicely into the default window size. It is
  68. possible to display larger images with MDIMDISP. However, only a part of
  69. the whole image can be viewed at any given time. The program initially
  70. displays as much data as can be viewed in the display window. The
  71. lower-left part of the image will be displayed. Other parts of the image
  72. can be display by altering the size of the window with the mouse control
  73. (the standard mouse control features are utilized.)
  74.  
  75. The program can be complied and linked by first copying the source code
  76. MDIMDISP.FOR to a magnetic disk file and then providing the commands:
  77. $FOR  MDIMDISP
  78. $LINK MDIMDISP
  79.  
  80. This program was adapted from the CDIMAGE software created by
  81. Robert Mehlman at UCLA/IGPP.
  82.  
  83.